home *** CD-ROM | disk | FTP | other *** search
INI File | 1997-04-01 | 5.1 KB | 155 lines |
- ; There are some predefined macros:
- ; $w --- Windows directory
- ; $y --- Windows system directory
- ; $s --- installation source directory
- ; $i --- installation target directory
- ;
- ; $w, $y and $s is defined immediately after install.exe is started.
- ; $i is defined after [macros1] is read in and before [macros2] is
- ; read in
-
- ; put the macros defined before the installation target dir is entered
- ; in this section
-
- [macros1]
-
- ; some handy macros
- f = Freeman
- fi = $f Installer
- fu = $f Uninstaller
- fs = $f Software
- pf = Project File
- rf = Resource File
- sm = (Small Model)
- mm = (Medium Model)
- cl = Class Library
- 4i = For Installer
- 4u = For Uninstaller
- csf = C++ Source File
- chf = C++ Header File
- group = $fi
-
-
- [general]
-
- ; the name of your application being installed. it will be used
- ; to refer to your application in several dialog boxes
- appName = World Flag Clock V1.2
-
-
- ; the three lines of welcome text in the welcome dialog box
- welcomeTxt1 = This program will install World Flag Clock version 1.2
- welcomeTxt2 = onto your system
- welcomeTxt3 = Copyright (c) 1996 by Timothy L. Hirtle
-
-
- ; minimum free disk space required (in kb) by your application
- minFreeSpace = 625
-
-
- ; default directory
- defDir = c:\wf_clock
-
-
- ; the text shown on the background
- ;bkTxt = "World Flag Clock"
-
-
- ; the font (including style) & font height (in point) to display
- ; the background text
- bkTxtFont = Times New Roman Bold Italic
- bkTxtH = 45
-
-
- ; the horizontal & vertical distance from the left top corner of
- ; the screen to the base point of the background text
- bkTxtX = 0
- bkTxtY = 0
-
-
- ; the color (in the format of "red, green, blue") of the background text
- bkTxtColor = 255, 0, 0
-
-
- ; minimum time (in ms) to copy a file. if the actual needed is small than
- ; this, install.exe will wait. This will let the user know what is going on
- minTime = 550
-
-
-
- ; put the macros defined after the installation target dir is entered
- ; in this section
-
- [macros2]
-
-
-
- [disks]
-
- ; one entry for one disk:
- ;
- ; <disk no> = <description>
- ;
- ; where <disk no> --- a number used in section [files] to refer to a disk
- ; <description> --- a comment about what the disk is, something like
- ; "installation disk #1". It is used to ask to user
- ; to insert the appropriate disk if the file is not
- ; found
-
- 0 = Installation Disk #1
-
-
-
- [files]
-
- ; one entry for one file:
- ;
- ; <filename> = <directory>, <size>, <disk>, <description>, <check ver>, <compressed>
- ;
- ; e.g.
- ; bwcc.dl_ = $y, 15000, 0, Borland Windows Custom Control, 1, 1
- ; | | | | | | |
- ; | | | | | | |
- ; compressed name| | | describe the bwcc.dll | |
- ; | originally 1.5M | |
- ; | | yes, check file version when installing it
- ; | | |
- ;will be copied to Windows system directory |
- ; | yes, bwcc.dl_ is already compressed
- ; |
- ; bwcc.dl_ is on distribution disk no. 0, i.e., installation disk #1
- ;
-
- ; every user will have:
-
- wf_clock.exe = $i,310231, 0, Executable File, 0, 0
- wf_clock.txt = $i, 4073, 0, Documentation File, 0, 0
- threed.vbx = $i, 64500, 0, VB Custom Control File, 0, 0
- alarm.wav = $i, 34966, 0, Sound File, 0, 0
- bells.wav = $i, 31968, 0, Sound File, 0, 0
- chime.wav = $i, 33056, 0, Sound File, 0, 0
- coocoo.wav = $i, 15934, 0, Sound File, 0, 0
- grandfth.wav = $i, 25188, 0, Sound File, 0, 0
- whistle.wav = $i, 25890, 0, Sound File, 0, 0
- 3dlabel.vbx = $y, 10907, 0, VB Custom Control File, 0, 0
- statbar.vbx = $y, 17648, 0, VB Custom Control File, 0, 0
- vbpic3d.vbx = $y, 5856, 0, VB Custom Control File, 0, 0
- vbpicbtn.vbx = $y, 5056, 0, VB Custom Control File, 0, 0
- wave1.vbx = $y, 15168, 0, VB Custom Control File, 0, 0
-
- [items]
-
- ; one entry for one program item:
- ;
- ; <itemname> = <groupname>, <command line>, <icon path>
- ;
- ; Examples
- ;Freeman Installer = $group, $i\install.exe, $i\install.exe
- ;User Guide = $group, $w\winhelp.exe $i\install.hlp, $w\winhelp.exe
- ;Order Form = $group, $w\write.exe $i\orderfrm.wri, $w\write.exe
- ;License = $group, $w\write.exe $i\license.wri, $w\write.exe
- ;Vendor Info = $group, $w\write.exe $i\vendor.wri, $w\write.exe
- ;Freeman Uninstaller = $group, $i\llatsni.exe, $i\llatsni.exe
-
- World Flag Clock = World Flag Clock V1.2, $i\wf_clock.exe, $i\wf_clock.exe
- World Flag Clock ReadMe = World Flag Clock V1.2, $i\wf_clock.txt, $w\notepad.exe